home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _1AF0E45063A443488518EFF3A370FBFA < prev    next >
Encoding:
Text File  |  2004-03-17  |  558 b   |  23 lines

  1. regc(0, "TFACTOR")
  2. regc4f( 5, %daycolor_r, %daycolor_g, %daycolor_b, %daycolor_a )
  3. regc4f( 7, %ambient_r, %ambient_g, %ambient_b, %ambient_a )
  4. pshader("
  5.  
  6. ps_1_1
  7.  
  8.     tex    t0 ;texture1
  9.     tex    t1 ;texture2
  10.  
  11.  
  12.     mul    r0.rgb, t0, t1        ; wymnozenie koloru i detalu
  13.     +mul r0.a, v0.b, c0.b        ; oswietlenie statyczne * cieniowanie
  14.  
  15.     mul r0.rgb, r0, c5        ; wymnozenie oswietlenia przez kolor pory dnia/swiatla
  16.     +mad_sat r0.a, r0.a, c7.b, c7.a    ; skalowanie oswietlenia (dodanie ambientu)
  17.  
  18.     mul    r0, r0, r0.a        ; mnozy kolor przez zmodyfikowana lightmape
  19.  
  20. ")
  21.  
  22.  
  23.